home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cre8v11.zip / CREATE.BAT next >
DOS Batch File  |  1993-01-07  |  245b  |  6 lines

  1. :* --Zips your files, moves them to Work\ subdirectory, removes files
  2. :* --after they are zipped.  Displays DIR of anything that might remain.
  3. :* --This file is made to work with the GO.bat file from Don Hancock.
  4. pkzip -m \work\%1 *.*
  5. dir
  6.